home *** CD-ROM | disk | FTP | other *** search
- C****************************** Module Header ******************************
- C*
- C* Module Name: BSE.FI
- C*
- C* This file includes the definitions necessary for writing Base OS/2 applications.
- C*
- C* Copyright (c) 1987-1989 Microsoft Corporation
- C*
- C* ===========================================================================
- C*
- C* The following symbols are used in this file for conditional sections.
- C*
- C* INCL_BASE - ALL of OS/2 Base
- C* INCL_DOS - OS/2 DOS Kernel
- C* INCL_SUB - OS/2 VIO/KBD/MOU
- C* INCL_DOSERRORS - OS/2 Errors - only included if symbol defined
- C*
- C***************************************************************************
-
- $DEFINE INCL_BASEINCLUDED
-
- C if INCL_BASE defined then define all the symbols
-
- $IF defined(INCL_BASE)
- $DEFINE INCL_DOS
- $DEFINE INCL_SUB
- $DEFINE INCL_DOSERRORS
- $ENDIF ! INCL_BASE
-
- include 'bsedos.fi' ! Base definitions
- include 'bsesub.fi' ! VIO/KBD/MOU definitions
-